Extended Library for WPF and Silverlight | ComponentOne
C1.Silverlight.Extended.PropertyGrid Namespace / PropertyWrapper<T> Class / PropertyWrapper<T> Constructor
The value of the value type being shown in the C1PropertyGrid.

In This Topic
    PropertyWrapper<T> Constructor
    In This Topic
    Initializes a new instance of PropertyWrapper.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As Object _
    )
    public PropertyWrapper<T>( 
       object value
    )

    Parameters

    value
    The value of the value type being shown in the C1PropertyGrid.
    See Also